FashionReps Tools

FashionReps Tools

FashionReps Toolsとは何ですか?

FashionReps ToolsはSocketsDevによって開発されたChromeの拡張機能で、その主な機能は「FashionReps Tools」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        FashionReps Tools:

FashionReps tools is an extension made to make browsing fashionreps / taobao a little easier. Here is a small rundown of the features.

1: Saving tabs
Saving tabs is exactly what you would expect, it saves your tabs. You can save a tab by right-clicking the extension icon in the top right corner by pressing "Save this page", and it will automatically save the tab with a name and the link. You can also edit the name by opening the settings menu under the Tabs section. Here you can also manually enter name and links for tabs to save.

2: Converting links
Converting mobile links to desktop taobao links, so there is two ways to do this. The easiest is just by clicking a mobile link, the extension will automatically convert the link and open the desktop version. You can also open the "Link Converter" tab in the extension and manually convert a link if the auto-converter isnt working properly.

3: Searching reddit
If you right-click a taobao link you will be greeted by the option "Search reddit", by clicking this a new tab will open searching on the subreddit for anything containing the item id of the link on the r/FashionReps sub-reddit. Remember this may not always show proper results, but it can still be useful looking up other reviews of an item.

4: Chat
The chat is a open chatbox where you can talk to other people. The chatbox does not use reddits login system so people can choose whatever nickname they want, watch out for impersonators.

5: Clean Reddit
Can be enabled in the settings tab. This enables sort-of a readmode for reddit, it removes the sidebar, header and footer from the r/FashionReps subreddit. It makes it alot easier to read content while looking alot more modern.

6: Quickbuy
Quickly open a taobao product on your prefered shopping agent. Simply right-click on the extension icon and click the "Quickbuy" button while viewing/having a taobao tab open and a new tab will open with the same item id.

7: Agent
You can select your prefered Taobao Agent in the ''settings'' tab. This will enable Quickbuy for your prefered agent.

8: Theme
Change your extension theme to match your personal prefrence.

9: Always Chat
Have the chat be avaliable on every webpage, chat with other members and ask questions on the fly.                    

拡張機能の基本情報

名前 FashionReps Tools FashionReps Tools
ID paakgokkhjhnmhblaflnckghjajlflki
公式URL https://chromewebstore.google.com/detail/fashionreps-tools/paakgokkhjhnmhblaflnckghjajlflki
説明 FashionReps Tools
ファイルサイズ 1.56 MB
インストール数 1,162
現在のバージョン 1.2.1.2
最終更新日 2019-03-03
公開日 2019-03-03
評価 4.50/5 合計 10 レビュー
開発者 SocketsDev
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html",
        "default_title": "FashionReps Tools"
    },
    "content_scripts": [
        {
            "js": [
                "js\/linkConvert.js",
                "js\/readmode.js",
                "js\/auth.js",
                "js\/sbauth.js",
                "js\/alwayschat.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "FashionReps Tools",
    "icons": {
        "128": "images\/icon_128.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk1Pr7lOxPZY5UQrtZpoyaYi5Yfr\/STOvw\/GUcUqDlklAEKVvmVFcJztqio23UREn148UggqutoWISwbTeFHqxlYPbDimIM+cBb8C\/4VDr\/FreaVeaF72hxNDMOv3gYQIkhZAvxNrfkMqFnXtj4nNy6wJ6MVaX5G8rM640R4wC0L\/9sA+QOGay9jBMv3njJAUpSvaJnfeLrh6oaHFgqXwAqYwX8tdKiS5KIlZh03wsn0C1guGURZL1VCuN9nFZYyjDvA24Pexzrz9I69olMiqMUNAaIw23qIL4UKlbgTM2LVW3tR5BIAM2zOjLDcS7fmArbJ1PWAY5ezu\/p9jufrb8wIDAQAB",
    "manifest_version": 2,
    "name": "FashionReps Tools",
    "options_page": "html\/settings.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1.2"
}