First Line
Displays a random first sentence of a book.
ما هو First Line؟
First Line هو إضافة Chrome تم تطويرها بواسطة Adam Freisinger، والميزة الرئيسية لها هي "Displays a random first sentence of a book.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة First Line
قم بتنزيل ملفات الامتداد First Line بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Each time you open a new tab a random first line appears on crumpled paper.
This extension does this.
Nothing less, nothing more. معلومات أساسية عن التمديد
| الاسم | |
| ID | ngecnggngjbaedajbnmbmppmbflgnpmp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/first-line/ngecnggngjbaedajbnmbmppmbflgnpmp |
| الوصف | Displays a random first sentence of a book. |
| حجم الملف | 304 KB |
| عدد التثبيتات | 909 |
| النسخة الحالية | 0.5 |
| آخر تحديث | 2021-04-08 |
| تاريخ النشر | 2017-05-06 |
| تقييم | 4.26/5 مجموع تقييمات 23 |
| المطور | Adam Freisinger |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "First Line",
"description": "Displays a random first sentence of a book.",
"version": "0.5",
"manifest_version": 2,
"permissions": [],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |