Campfire
Stumble through your bookmarks with a single click!
ما هو Campfire؟
Campfire هو إضافة Chrome تم تطويرها بواسطة jhans830، والميزة الرئيسية لها هي "Stumble through your bookmarks with a single click!".
تحميل ملف CRX للإضافة Campfire
قم بتنزيل ملفات الامتداد Campfire بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rediscover your bookmarks with the Campfire chrome extension. Simply click the campfire icon on your toolbar and you will be redirected to a random bookmark that you have saved. Simple and straightforward, but very useful and entertaining!
معلومات أساسية عن التمديد
الاسم | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
الوصف | Stumble through your bookmarks with a single click! |
حجم الملف | 18.77 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-01-29 |
تاريخ النشر | 2016-01-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | jhans830 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Campfire", "version": "1.0", "description": "Stumble through your bookmarks with a single click!", "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Campfire: Rediscover Bookmarks", "default_icon": "icon.png" }, "background": { "scripts": [ "popup.js" ], "persistent": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |