SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
ما هو SiteBookmarks؟
SiteBookmarks هو إضافة Chrome تم تطويرها بواسطة https://site.simonandrewbrown.co.uk، والميزة الرئيسية لها هي "View your bookmarks on the current site from the context (right-click) menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SiteBookmarks
قم بتنزيل ملفات الامتداد SiteBookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.
Source code:
https://github.com/simonbrown/Site-Bookmarks معلومات أساسية عن التمديد
| الاسم | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| الوصف | View your bookmarks on the current site from the context (right-click) menu. |
| حجم الملف | 49.92 KB |
| عدد التثبيتات | 91 |
| النسخة الحالية | 1.6 |
| آخر تحديث | 2012-11-05 |
| تاريخ النشر | 2012-11-05 |
| تقييم | 4.18/5 مجموع تقييمات 11 |
| المطور | https://site.simonandrewbrown.co.uk |
| نوع الدفع | free |
| موقع الإضافة | http://www.isimonbrown.co.uk/contact/ |
| عنوان صفحة المساعدة | http://www.isimonbrown.co.uk/contact/ |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteBookmarks",
"description": "View your bookmarks on the current site from the context (right-click) menu.",
"version": "1.6",
"manifest_version": 2,
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"bookmarks",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html",
"minimum_chrome_version": "20.0"
} | |