Bookmark Extension

This extension displays your Chrome Bookmarks

Apa itu Bookmark Extension?

Bookmark Extension adalah ekstensi Chrome yang dikembangkan oleh eogiesoba, dan fitur utamanya adalah "This extension displays your Chrome Bookmarks".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bookmark Extension

Unduh file ekstensi Bookmark Extension 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

                        Bookmark Extension is an application that makes a database copy of your Google Chrome bookmarks and then renders them in a personal library. From the library you can search for a Bookmark by its title, access a bookmark's web page, create folders, assign the folders to the bookmarks and sort them accordingly. It is a simple user friendly interface that can help organize all your bookmarks in 1 place. 

Contributors: 
Efosa Ogiesoba
Susan Lippa
Faizan Salman                    

Informasi Dasar Ekstensi

Nama Bookmark Extension Bookmark Extension
ID bmcedhkdcpghcododeoabjphojpigcoe
URL Resmi https://chrome.google.com/webstore/detail/bookmark-extension/bmcedhkdcpghcododeoabjphojpigcoe
Deskripsi This extension displays your Chrome Bookmarks
Ukuran File 11.46 MB
Jumlah Instalasi 38
Versi Saat Ini 1.5
Terakhir Diperbarui 2018-03-21
Tanggal Publikasi 2018-03-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang eogiesoba
Tipe Pembayaran free
Situs Ekstensi https://github.com/eogiesoba/Bookmark_App_rep
URL Halaman Bantuan https://chrome-bookmark-app.herokuapp.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Extension",
    "description": "This extension displays your Chrome Bookmarks",
    "version": "1.5",
    "browser_action": {
        "default_icon": "public\/images\/bookmark.png",
        "default_popup": "public\/extension.html",
        "default_title": "Bookmark Extension"
    },
    "permissions": [
        "bookmarks",
        "activeTab",
        "all_urls",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/; object-src 'self'"
}