FanFiction Organizer

Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org

FanFiction Organizerとは何ですか?

FanFiction OrganizerはStefan Haydenによって開発されたChromeの拡張機能で、その主な機能は「Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org」です。

拡張機能のスクリーンショット

screenshot

FanFiction Organizer拡張機能のCRXファイルをダウンロード

FanFiction Organizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Works on: FanFiction.net and archiveofourown.org

Fanfiction is great but quality varies from author to author and story to story.

Stories: Like a story to mark it green. Dislike to mark it red.

Authors: Like an author to make all stories as green. Dislike to mark all stories as red.

Options:
Why have story and authors you dislike clutter your page? Have the option to auto hide all disliked stories and authors.

Want your favorite fanfiction site added? just tweet: @stefanhayden on twitter                    

拡張機能の基本情報

名前 FanFiction Organizer FanFiction Organizer
ID adlnghnicfngjnofbljedmclmdoepcbe
公式URL https://chromewebstore.google.com/detail/fanfiction-organizer/adlnghnicfngjnofbljedmclmdoepcbe
説明 Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org
ファイルサイズ 43 KB
インストール数 1,283
現在のバージョン 0.312
最終更新日 2013-11-17
公開日 2013-11-16
評価 3.90/5 合計 52 レビュー
開発者 Stefan Hayden
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FanFiction Organizer",
    "version": "0.312",
    "manifest_version": 2,
    "description": "Mark stories as like or dislike to color code and organize on fanfiction.net and archiveofourown.org",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.fanfiction.net\/*",
                "*:\/\/archiveofourown.org\/*"
            ],
            "css": [],
            "js": [
                "global.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'"
}