highlighter
Highlighter 4.0.4
ملحق كروم بسيط يسمح بتمييز النص على صفحات الويب بنقرة بسيطة بزر الماوس الأيمن (أو اختصار لوحة المفاتيح Ctrl+Shfit+H). يحفظ كافة النقاط البارزة حتى يمكن إعادة تسليط الضوء عليها عند إعادة فتح صفحة ويب!
متاح للتنزيل على سوق Chrome الإلكتروني.
ستحتاج إلى تثبيت Node.js و gh
cli (والمصادقة عليهما). ثم قم بتشغيل ما يلي:
npm install
وأخيرًا، ستحتاج إلى إدخال معرفات حساب Google Analytics الخاصة بك. واحد للإنتاج والآخر للاختبار:
cp config/secrets.sample.js config/secrets.js # Then replace "GA_TRACKING_ID" with your test account ID
cp config/secrets.sample.js config/secrets.production.js # Then replace the "GA_TRACKING_ID" with your production account ID
npm run lint
# Bump the version in the manifest and package.json files, create a new commit, tag it, push to Github
# and create a draft release on Github using the `gh` CLI tool
npm run release
# Create the zipped package to upload to the Chrome web store
npm run build