Bookmark All
Bookmark all tabs to a temp folder.
ما هو Bookmark All؟
Bookmark All هو إضافة Chrome تم تطويرها بواسطة jchuai، والميزة الرئيسية لها هي "Bookmark all tabs to a temp folder.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark All
قم بتنزيل ملفات الامتداد Bookmark All بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data. Version 1.1: Add new feature to allow user enter the folder name. If no name provided, the tabs would save into one folder named with current date.
معلومات أساسية عن التمديد
الاسم | |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
الوصف | Bookmark all tabs to a temp folder. |
حجم الملف | 316 KB |
عدد التثبيتات | 158 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-07-29 |
تاريخ النشر | 2015-07-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | jchuai |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All", "version": "1.1", "description": "Bookmark all tabs to a temp folder.", "icons": { "16": "bookmark48.png", "48": "bookmark48.png", "128": "bookmark128.png" }, "browser_action": { "default_title": "Bookmark All Tabs", "default_popup": "popup.html" }, "permissions": [ "bookmarks", "tabs" ] } |