Export Selective Bookmarks

This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…

Apa itu Export Selective Bookmarks?

Export Selective Bookmarks adalah ekstensi Chrome yang dikembangkan oleh aninymous, dan fitur utamanya adalah "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Export Selective Bookmarks

Unduh file ekstensi Export Selective 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

                        This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks.

* Expand/Collapse the Bookmark tree by toggling the "Folder" icons
* Use the Checkboxes to select/unselect the Folders/Bookmarks 
* Click on "Export" button at top to export only those bookmarks you selected                    

Informasi Dasar Ekstensi

Nama Export Selective Bookmarks Export Selective Bookmarks
ID ahgbiciilcpclcekhegbhofljoolnfei
URL Resmi https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei
Deskripsi This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
Ukuran File 349 KB
Jumlah Instalasi 11,411
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-06-19
Tanggal Publikasi 2019-06-19
Penilaian 4.23/5 Total 39 Penilaian
Pengembang aninymous
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Selective Bookmarks",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Export Selective Bookmarks",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png"
    }
}