Subreddit Bookmarks

Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature

Cos'è Subreddit Bookmarks?

Subreddit Bookmarks è un'estensione di Chrome sviluppata da john.horner, e la sua funzione principale è "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Subreddit Bookmarks

Scarica i file di estensione Subreddit Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature. Updated because it wasn't 100% clear how to put in your subreddit name.                    

Informazioni di Base sull'Estensione

Nome Subreddit Bookmarks Subreddit Bookmarks
ID npfhoibgceohdgkoighlnnnikbbepfjb
URL Ufficiale https://chromewebstore.google.com/detail/subreddit-bookmarks/npfhoibgceohdgkoighlnnnikbbepfjb
Descrizione Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature
Dimensione del File 54.35 KB
Conteggio Installazioni 238
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-04-07
Data di Pubblicazione 2018-04-07
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore john.horner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://johnhorner.info/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subreddit Bookmarks",
    "short_name": "subredditBookmarks",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Reposts reddit URLs to your own sub instead of using Reddit's somewhat flawed 'Save' feature",
    "homepage_url": "http:\/\/johnhorner.info\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "js\/jquery-2.2.2.min.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "save to your personal reddit"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/*.reddit.com\/*",
        "activeTab",
        "storage",
        "notifications"
    ]
}