Tagged Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
Apa itu Tagged Bookmarks?
Tagged Bookmarks adalah ekstensi Chrome yang dikembangkan oleh paulshir, dan fitur utamanya adalah "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Unduh Berkas CRX Ekstensi Tagged Bookmarks
Unduh file ekstensi Tagged Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple extension that enables you to store and search for tags in your bookmarks. It works by adding extra metadata to your existing bookmarks so your tags are synced with your chrome bookmarks.
Informasi Dasar Ekstensi
Nama | Tagged Bookmarks |
ID | ifmjnildbmfokeoakbbhjebmiepcjgfc |
URL Resmi | https://chromewebstore.google.com/detail/tagged-bookmarks/ifmjnildbmfokeoakbbhjebmiepcjgfc |
Deskripsi | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
Ukuran File | 12.41 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-10-08 |
Tanggal Publikasi | 2014-10-08 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | paulshir |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tagged Bookmarks", "version": "0.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "tabs", "bookmarks" ], "omnibox": { "keyword": "tags" }, "icons": { "16": "tag_16.png", "48": "tag_48.png", "128": "tag_128.png" }, "browser_action": { "default_title": "Tagged Bookmarks", "default_icon": "tag_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |