FashionReps Tools

FashionReps Tools

O que é FashionReps Tools?

FashionReps Tools é uma extensão do Chrome desenvolvida por SocketsDev, e sua principal característica é "FashionReps Tools".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FashionReps Tools

Baixe arquivos de extensão FashionReps Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FashionReps Tools FashionReps Tools
ID paakgokkhjhnmhblaflnckghjajlflki
URL Oficial https://chromewebstore.google.com/detail/fashionreps-tools/paakgokkhjhnmhblaflnckghjajlflki
Descrição FashionReps Tools
Tamanho do Arquivo 1.56 MB
Contagem de Instalações 1,162
Versão Atual 1.2.1.2
Última Atualização 2019-03-03
Data de Publicação 2019-03-03
Classificação 4.50/5 Total de 10 Avaliações
Desenvolvedor SocketsDev
Tipo de Pagamento free
Idiomas Suportados 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"
}