Restumble
StumbleUpon for your own bookmarks
ما هو Restumble؟
Restumble هو إضافة Chrome تم تطويرها بواسطة charleslai، والميزة الرئيسية لها هي "StumbleUpon for your own bookmarks".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Restumble
قم بتنزيل ملفات الامتداد Restumble بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have bookmarks you saved but forgot about? Bored of reddit, facebook, imgur, and every other procrastination station on the internet? Restumble is a chrome extension inspired by StumbleUpon that returns a random bookmark from your list of bookmarks everytime you click the extension. And, once you're finished, leave it in your repost roulette or remove it forever to clean up your jungle of bookmarks. Remember, you are your own best content discovery engine.
معلومات أساسية عن التمديد
الاسم | Restumble |
ID | ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
الوصف | StumbleUpon for your own bookmarks |
حجم الملف | 133 KB |
عدد التثبيتات | 167 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-12-17 |
تاريخ النشر | 2015-12-17 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | charleslai |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restumble", "short_name": "Restumble", "version": "1.1", "description": "StumbleUpon for your own bookmarks", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" } }, "web_accessible_resources": [ "img\/icon128.png" ], "permissions": [ "bookmarks" ], "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/hotkeys.js", "js\/bookmarks.js" ] } } |