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"
}