FashionReps Tools

FashionReps Tools

Apa itu FashionReps Tools?

FashionReps Tools adalah ekstensi Chrome yang dikembangkan oleh SocketsDev, dan fitur utamanya adalah "FashionReps Tools".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi FashionReps Tools

Unduh file ekstensi FashionReps Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FashionReps Tools FashionReps Tools
ID paakgokkhjhnmhblaflnckghjajlflki
URL Resmi https://chromewebstore.google.com/detail/fashionreps-tools/paakgokkhjhnmhblaflnckghjajlflki
Deskripsi FashionReps Tools
Ukuran File 1.56 MB
Jumlah Instalasi 1,162
Versi Saat Ini 1.2.1.2
Terakhir Diperbarui 2019-03-03
Tanggal Publikasi 2019-03-03
Penilaian 4.50/5 Total 10 Penilaian
Pengembang SocketsDev
Tipe Pembayaran free
Bahasa yang Didukung 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"
}