Fohlio Web Clipper

For interior and architecture designers to clip the product information from web to their specification list.

什麼是Fohlio Web Clipper?

Fohlio Web Clipper是由https://www.fohlio.com開發的Chrome擴展程式,該擴展的主要功能是“For interior and architecture designers to clip the product information from web to their specification list.”。

擴展截圖

screenshot

下載Fohlio Web Clipper擴展crx文件

下載Fohlio Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use Fohlio Web Clipper to click and collect product information with ease.

When browsing a webpage,  interior designers can use a simple click action to add product information to their specification list via Fohlio Web Clipper. 

It is a much easier way than manually copying and pasting to gather product information ( such as text, images and files) 

Fohlio Browser Extension is for http://www.fohlio.com/ user only. It is ad free!

Get in touch with us via [email protected]                    

擴展基本資訊

名稱 Fohlio Web Clipper Fohlio Web Clipper
ID pkheafpccjdmpppcifdkccnllpclbonk
官方網址 https://chromewebstore.google.com/detail/fohlio-web-clipper/pkheafpccjdmpppcifdkccnllpclbonk
簡介 For interior and architecture designers to clip the product information from web to their specification list.
檔案大小 931 KB
安裝次數 3,172
目前版本 2.8.22
更新時間 2024-02-29
上架時間 2020-05-28
評分 4.79/5 共 43 次評分
開發者 https://www.fohlio.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.fohlio.com
說明頁面URL http://learn.fohlio.com/fohlio-web-clipper-tutorial/
隱私政策頁面URL https://www.fohlio.com/blog/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fohlio Web Clipper",
    "short_name": "Fohlio Plugin",
    "description": "For interior and architecture designers to clip the product information from web to their specification list.",
    "version": "2.8.22",
    "author": "Fohlio Inc",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/browser-polyfill.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_title": "Smart extraction of product specification for your design project",
        "default_icon": {
            "16": "images\/icon-16.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/app.css"
            ],
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "plugin.html",
        "scripts\/app.js",
        "scripts\/browser-polyfill.js"
    ]
}