Open and Pin my Tabs

Open and Pin a default set of tabs defined by you.

Apa itu Open and Pin my Tabs?

Open and Pin my Tabs adalah ekstensi Chrome yang dikembangkan oleh greewskytte, dan fitur utamanya adalah "Open and Pin a default set of tabs defined by you.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Open and Pin my Tabs

Unduh file ekstensi Open and Pin 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

                        This extension is a replacement for the standard Chrome startup pages. This extension will both open the defined pages, but also pin the pages. 

It will also check if each of the URLs are already opened and not open a new one to avoid duplicates.                    

Informasi Dasar Ekstensi

Nama Open and Pin my Tabs Open and Pin my Tabs
ID cgjagindbcdbjebdkpcnodpenhkhhgfb
URL Resmi https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb
Deskripsi Open and Pin a default set of tabs defined by you.
Ukuran File 15 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-11-17
Tanggal Publikasi 2020-11-17
Pengembang greewskytte
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/greew/pintabs
URL Halaman Bantuan https://github.com/greew/pintabs/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "__MSG_short_title__"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "author": "Jesper Skytte Marcussen ",
    "homepage_url": "https:\/\/github.com\/greew\/pintabs",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}