Bookmark Visualizer
Tool to visually interact and organize bookmarks
ما هو Bookmark Visualizer؟
Bookmark Visualizer هو إضافة Chrome تم تطويرها بواسطة diana.suvorova، والميزة الرئيسية لها هي "Tool to visually interact and organize bookmarks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark Visualizer
قم بتنزيل ملفات الامتداد Bookmark Visualizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a tool to visualize all the precious web content you have saved in your bookmark bar. The goal is to give all your digital knowledge "in-a-glance" representation fitting in a single page. No nested folders. No tree structures. In addition to letting you enjoy the view of all your favorite digital content the app supports below functionality: 1. Add new Category 2. Add new URL 3. Search 3. Drag and Drop bubble to change category 4. Delete category 5. Bubble resize 6. Expand/Collapse categories Thanks for trying it out :)
معلومات أساسية عن التمديد
الاسم | Bookmark Visualizer |
ID | fmlnkfjpadhcjoiphjhpfjbjmoicinnl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-visualizer/fmlnkfjpadhcjoiphjhpfjbjmoicinnl |
الوصف | Tool to visually interact and organize bookmarks |
حجم الملف | 4.26 MB |
عدد التثبيتات | 107 |
النسخة الحالية | 2.2 |
آخر تحديث | 2014-06-14 |
تاريخ النشر | 2014-06-14 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | diana.suvorova |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.2", "name": "Bookmark Visualizer", "description": "Tool to visually interact and organize bookmarks", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "sources\/jquery-2.1.0.min.js", "sources\/d3.v3.min.js", "main.js" ], "matches": [ "http:\/\/api.thumbalizr.com\/*\/" ] } ], "permissions": [ "bookmarks" ] } |