Bookmarks
Access to your bookmarks, history, and applications
ما هو Bookmarks؟
Bookmarks هو إضافة Chrome تم تطويرها بواسطة Andrey Makushkin، والميزة الرئيسية لها هي "Access to your bookmarks, history, and applications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks
قم بتنزيل ملفات الامتداد Bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Bookmarks |
ID | mhophkifmlkobgkeahlhcdnjadcpmlbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarks/mhophkifmlkobgkeahlhcdnjadcpmlbp |
الوصف | Access to your bookmarks, history, and applications |
حجم الملف | 114 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 0.9.33 |
آخر تحديث | 2016-12-07 |
تاريخ النشر | 2016-12-06 |
تقييم | 4.35/5 مجموع تقييمات 242 |
المطور | Andrey Makushkin |
نوع الدفع | free |
اللغات المدعومة | en,fr,ru,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/bookmark_19.png", "default_title": "__MSG_name__" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/create.js", "js\/genTree.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/tabConnect.js" ], "run_at": "document_idle", "all_frames": false } ], "description": "__MSG_description__", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "browsingData", "downloads", "downloads.open", "topSites", "bookmarks", "chrome:\/\/favicon\/", "tabs", "history", "management", "unlimitedStorage", "storage" ], "version": "0.9.33", "name": "__MSG_name__", "short_name": "__MSG_name__", "default_locale": "en", "manifest_version": 2, "icons": { "128": "images\/bookmark_128.png", "48": "images\/bookmark_48.png", "32": "images\/bookmark_32.png", "24": "images\/bookmark_24.png", "16": "images\/bookmark_16.png" } } |