Bookmark All My Tabs

Bookmark all tabs open in the current window.

Apa itu Bookmark All My Tabs?

Bookmark All My Tabs adalah ekstensi Chrome yang dikembangkan oleh Dan Caprine, dan fitur utamanya adalah "Bookmark all tabs open in the current window.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmark All My Tabs

Unduh file ekstensi Bookmark All My Tabs 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

                        Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window.

This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.                    

Informasi Dasar Ekstensi

Nama Bookmark All My Tabs Bookmark All My Tabs
ID denfaogdclkkmeogbnfmiohpkcogamdn
URL Resmi https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn
Deskripsi Bookmark all tabs open in the current window.
Ukuran File 15.94 KB
Jumlah Instalasi 608
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-04-30
Tanggal Publikasi 2014-04-30
Penilaian 4.71/5 Total 7 Penilaian
Pengembang Dan Caprine
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark All My Tabs",
    "description": "Bookmark all tabs open in the current window.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "background": {
        "scripts": [
            "bookmarkAllMyTabs.js"
        ]
    },
    "browser_action": {
        "default_title": "Bookmark All My Tabs",
        "default_icon": "icon_48.png"
    }
}