Campfire
Stumble through your bookmarks with a single click!
Campfire là gì?
Campfire là một tiện ích mở rộng Chrome được phát triển bởi jhans830, và tính năng chính của nó là "Stumble through your bookmarks with a single click!".
Tải xuống tệp CRX của tiện ích mở rộng Campfire
Tải xuống các tệp mở rộng Campfire dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kahoeicbkgdheppmfnbkjmcpofmkalff |
URL Chính Thức | https://chrome.google.com/webstore/detail/campfire/kahoeicbkgdheppmfnbkjmcpofmkalff |
Mô tả | Stumble through your bookmarks with a single click! |
Kích Thước Tệp | 18.77 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-01-29 |
Ngày Phát Hành | 2016-01-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jhans830 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |