SEO Shortcuts

The command line interface for your browser. Gives easy access to web services, styling and script output in the browser.

SEO Shortcutsคืออะไร?

SEO Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sanderheilbron.nl และคุณลักษณะหลักของมันคือ "The command line interface for your browser. Gives easy access to web services, styling and script output in the browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEO Shortcuts

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

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

                        ***
This extension will stop working!

Hey there!

I want to let you know that starting in June 2024, Google will no longer support Chrome extensions with manifest v2. Unfortunately, this means that my extension will no longer work since it hasn't been updated to meet the requirements of manifest v3.

After giving it some thought, I've decided not to invest any more time in developing Chrome extensions. I'm sorry for any inconvenience this may cause, and I appreciate your trust in using my extension.

Thank you for your understanding and support.

Cheers,

Sander
***



The command line interface for your browser. Gives easy access to web services, annotations inside the browser window, and script output in the browser console.

A Chrome extension that functions as a smart bookmarklet. It features several commands which can be accessed through Google Chrome's address bar, which is also known as the omnibox.

How to use?
When you enter the extension's keyword > and press Tab, you start interacting solely with the extension. By typing a command the extension shows suggestions of available commands which match your search query.

You can use the command 'help' to open an overview of all available commands. SEO Shortcuts provides several commands which are relevant for SEO, Performance (WPO) and Security.

Command types
There are three types of commands available.

Open : checks the current URL, hostname or origin in external web services. The extension opens a new browser tab with the selected external web service and prepopulates the URL input field.

Inject: injects a stylesheet or runs a script inside the DOM of the current visited webpage. The output or results will be visible or enabled inside the current browser tab.

Run: runs a script inside the DOM of the current visited webpage. The output or results will be visible in the browser console (Chrome DevTools) of the current browser tab.                    

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

ชื่อ SEO Shortcuts SEO Shortcuts
ID jkkkmikjgkdljhmpnjajedkngkgefejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seo-shortcuts/jkkkmikjgkdljhmpnjajedkngkgefejf
คำอธิบาย The command line interface for your browser. Gives easy access to web services, styling and script output in the browser.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 580
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2019-01-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://sanderheilbron.nl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sanderheilbron.nl/seo-shortcuts/
URL หน้าช่วยเหลือ https://github.com/sanderheilbron/seo-shortcuts/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.sanderheilbron.nl/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Shortcuts",
    "version": "1.6.0",
    "manifest_version": 2,
    "description": "The command line interface for your browser. Gives easy access to web services, styling and script output in the browser.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "SEO Shortcuts"
    },
    "homepage_url": "https:\/\/www.sanderheilbron.nl\/seo-shortcuts\/",
    "icons": {
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "omnibox": {
        "keyword": ">"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}