Analyze-it

Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com

Analyze-itคืออะไร?

Analyze-it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothytocci.wordpress.com และคุณลักษณะหลักของมันคือ "Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Analyze-it

ดาวน์โหลดไฟล์ส่วนขยาย Analyze-it ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Opens various online page analytic tools - SEO, CMS, & WHOIS information for any page you visit. This particular extension opens up various web-based tools in a new tab for analysis. The Guess and Fetch tools from scritch.org make it easier to research any page in the browser and discover SEO and CMS information about it. The Chinese firewall test provided by greatfirewallofchina.org will indicate if the domain is reachable in China. Search engine footprint query menu items for Yahoo, Google, Bing, and Duck Duck Go make fingerprinting a bit easier. Viewdns.info menu items also help to discover information about the actively visited domain.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Analyze-it Analyze-it
ID ghhobofceahbdeepjnkclgccbkcfnhfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/analyze-it/ghhobofceahbdeepjnkclgccbkcfnhfm
คำอธิบาย Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com
ขนาดไฟล์ 27.96 KB
จำนวนการติดตั้ง 347
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2018-01-18
วันที่เผยแพร่ 2018-01-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://timothytocci.wordpress.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://timothytocci.com/2013/01/29/google-chrome-extension-developing-analyze-it-a-context-menu/
URL หน้าช่วยเหลือ http://timothytocci.com/2013/01/29/google-chrome-extension-developing-analyze-it-a-context-menu/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analyze-it",
    "description": "Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com",
    "version": "0.9",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 2
}