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
官方網址 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"
}